type net/http.connectMethod

10 uses

	net/http (current package)
		transport.go#L922: func (t *Transport) connectMethodForRequest(treq *transportRequest) (cm connectMethod, err error) {
		transport.go#L934: func (cm *connectMethod) proxyAuth() string {
		transport.go#L1249: 	cm  connectMethod
		transport.go#L1432: func (t *Transport) getConn(treq *transportRequest, cm connectMethod) (_ *persistConn, err error) {
		transport.go#L1684: func (t *Transport) dialConn(ctx context.Context, cm connectMethod) (pconn *persistConn, err error) {
		transport.go#L1922: type connectMethod struct {
		transport.go#L1933: func (cm *connectMethod) key() connectMethodKey {
		transport.go#L1951: func (cm *connectMethod) scheme() string {
		transport.go#L1959: func (cm *connectMethod) addr() string {
		transport.go#L1968: func (cm *connectMethod) tlsHost() string {